home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_edt / caddie10 / help.tx_ / help.tx
Encoding:
Text File  |  1996-03-19  |  1.6 KB  |  49 lines

  1. Help
  2. Code Caddie help file
  3.  
  4. Code Caddie Help
  5.  
  6. Introduction
  7.  
  8. Code Caddie allows you to save and retrieve frequently used bits
  9. of code.  By copying code to the clipboard, you can save and
  10. retrieve the code for future use.
  11.  
  12. Saving Code
  13.  
  14. Saving code to a file is as simple as copying the selected code to
  15. the clipboard.  The clipboard contents are automatically displayed
  16. in the text window.  Click on the "Save Code" command button,
  17. give the code a file name and description and choose "Save".
  18. The code is saved to a text file in the Code Caddie working
  19. directory.
  20.  
  21. Retrieving Code
  22.  
  23. When code is retrieved, it is automatically copied to the clipboard
  24. for pasting into your program.
  25.  
  26. There are two ways to retrieve code.  The first is to use the Quick
  27. Open feature.  This displays a list of all of the code files in the
  28. Code Caddie working directory.  Simply highlight and double-click
  29. the file you wish to open.  The code filename and description are
  30. displayed in the status bar. 
  31.  
  32. The second method is to click on the "Get Code" command button.
  33. This opens a file dialog box which allows you to specify the location
  34. of the code files.  This is useful if you store your code segments in
  35. different sub directories (subroutines, functions, etc...).
  36.  
  37. File structure
  38.  
  39. Your saved code file is basically consists of three parts; the code
  40. name, the code description and the code itself.  A blank line is
  41. inserted to separate the code from the code description for easier
  42. reading.  The code may be edited using a text editor.
  43.  
  44. Other Features
  45.  
  46. When the main form is minimized, the caption indicates the status of
  47. the clipboard contents; empty or full.
  48.  
  49.